body {
  font-family: 'Roboto', sans-serif;
}

/* NAV BAR */
.navbar-custom {
  background-color: rgb(166, 162, 158);
  transition: background-color 0.9s, box-shadow 0.2s;
  height: 5rem !important;
}

.navbar-scrolled {
  background-color: #f5f5f5 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar-light .nav-link,
.navbar-light .navbar-brand {
  color: rgb(255, 255, 255) !important;
  padding: 0rem 2rem !important;
  font-family: 'Radio Canada', sans-serif !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
}

.navbar-scrolled .nav-link,
.navbar-scrolled .navbar-brand {
  color: #4c4c4c !important;
  padding: 0rem 2rem !important;
  font-size: 1.1rem !important;
  font-family: 'Radio Canada', sans-serif !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
}

.nav-link:hover {
  color: #fc7c04 !important;
}

.navbar-custom .container-fluid {
  padding-left: 9%;
  padding-right: 10%;
}

.donate-btn {
  margin-left: auto;
}


.nav-button {
  background-color: #fc7c04 !important;
  border-color: #fc7c04 !important;
  font-size: 0.9rem !important;
  padding: 0.4rem 1.5rem !important;
  color: #ffff !important;
  font-family: 'Radio Canada', sans-serif !important;
}

.nav-button:hover {
  background-color: #d96003 !important;
  border-color: #d96003 !important;
}

/* Ensure the offcanvas menu has a visible background */
.offcanvas {
  background-color: rgb(166, 162, 158) !important;
}

/* Fix navbar text color */
.offcanvas .nav-link {
  color: #4c4c4c !important;
  padding-bottom: 2rem !important;
  padding-left: 0.7rem !important;
}

.offcanvas .nav-link:hover {
  color: #fc7c04 !important;
}

/* ABOUT SECTION */
.AboutUs-section {
  background-color: #fff9e6;
  padding: 5rem 0;
}

.AboutUs-head {
  color: var(--Primary-text, #1D2130) !important;
  font-family: Roboto;
  font-size: 0.80rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  display: flex;
}

.about-content {
  background-color: white;
}

.about-content h1 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.about-content h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--Primary-text, #1D2130);
  margin-bottom: 1.5rem;
}

.about-content p {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.9rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

.about-content ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 2rem;
}

.about-content ul li {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
  font-weight: 400;
  padding-left: 1rem;
  position: relative;
}

.about-content ul li:before {
  content: "\2022";
  color: #fc7c04;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.5rem;
}

.about-content .core-values ul li strong {
  font-weight: 600;
}

.about-content .core-values ul li {
  margin-bottom: 1rem;
}

/* Footer Section */
.bg-brown {
  background-color: #9b652c;
  height: 7rem;
  margin: 0;
}

.footer-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icon {
  width: 2.3rem;
  height: 2.3rem;
  background-color: #000;
  color: white;
  border-radius: 50%;
  font-size: 1rem;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.1);
}

.copyright-text {
  font-family: 'Roboto';
  font-size: 0.6rem;
  font-weight: 400;
  padding-top: 0.7rem;
}